* lisp/subr.el (with-wrapper-hook): Declare obsolete.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 18 Apr 2013 00:12:33 +0000 (20:12 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 18 Apr 2013 00:12:33 +0000 (20:12 -0400)
commit4354c20ea87d405a864470502ee1c4fb3a7a5097
treeef05be2107ec69742fa66fe33b7d88f2b490efea
parenteee5e193712e060ecd77fb5ef093f3cdd482c644
* lisp/subr.el (with-wrapper-hook): Declare obsolete.
* lisp/simple.el (filter-buffer-substring-function): New hook.
(filter-buffer-substring): Use it.
(filter-buffer-substring-functions): Mark obsolete.
* lisp/minibuffer.el (completion-in-region-function): New hook.
(completion-in-region): Use it.
(completion-in-region-functions): Mark obsolete.
* lisp/mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
* lisp/abbrev.el (abbrev-expand-function): New hook.
(expand-abbrev): Use it.
(abbrev-expand-functions): Mark obsolete.
* lisp/emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
and :filter-return.
* lisp/org/org-agenda.el (org-agenda-mode):
* lisp/org/org-indent.el (org-indent-mode): Use the `local' arg of
add-hook/remove-hook.
etc/NEWS
lisp/ChangeLog
lisp/abbrev.el
lisp/emacs-lisp/nadvice.el
lisp/mail/mailabbrev.el
lisp/minibuffer.el
lisp/org/ChangeLog
lisp/org/org-agenda.el
lisp/org/org-indent.el
lisp/simple.el
lisp/subr.el